home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / usenet / sources / volume90 / aplictns / listplot / part01 / examples / polarplot < prev    next >
Text File  |  1990-08-23  |  356b  |  19 lines

  1. .k filename/a,pldevice
  2.  
  3. ; Invoke this shell script via
  4. ;
  5. ; lineplot filename [ device ]
  6. ;
  7. ; where file filename contains the data to be plotted
  8.  
  9. .def pldevice amiga
  10.  
  11. /ListPlot +
  12.   "UseInputFile=<filename>" +
  13.   "PlotType=polar" +
  14.   "Gridding=yes" +
  15.   "AngularUnit=radians" +
  16.   "AspectRatio=1." +
  17.   "PlotTitle=Polar Plot Example" +
  18.   "PlotDevice=<pldevice>"
  19.